Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a script to download trusted setup key #153

Merged
merged 3 commits into from
Jun 27, 2023
Merged

Add a script to download trusted setup key #153

merged 3 commits into from
Jun 27, 2023

Conversation

silathdiir
Copy link
Contributor

@silathdiir silathdiir commented Jun 21, 2023

Summary

  1. Add download_setup.sh script, it could be used as:
# As default `degree=25` and `params_dir=./prover/test_params`.
sh download_setup.sh

# Or specify `degree` and `params_dir`.
sh download_setup.sh 25 ./prover/test_params
  1. Add it to Makefile, could be used as:
# As default `degree=25` and `params_dir=./prover/test_params`.
make download-setup

# Or specify `degree` and `params_dir`.
make download-setup -e degree=25 params_dir=./prover/test_params

@silathdiir silathdiir requested a review from lispc June 21, 2023 02:05
@lispc lispc merged commit 02f7bbb into main Jun 27, 2023
3 checks passed
@lispc lispc deleted the trusted-setup branch June 27, 2023 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants